home *** CD-ROM | disk | FTP | other *** search
-
-
- ARCV Command
- ------------
-
- Purpose: To display the names and attributes of files contained
- within an ARC archive file. This is identical to the
- V function of the ARC program which produces a verbose
- directory listing.
-
-
- Format: ARCV [d:][path]filespec[.ARC] [>outfile]
-
-
- Notes: If no operands are entered, a display of the program's
- command format is displayed.
-
- The drive and path are optional. The filespec may contain
- the wildcard cahracters * and ?. All files matching the
- file specification are processed.
-
- If the filespec extension is omitted, the extension .ARC
- is used.
-
-
- Examples:
-
- o Display the directory of the TEST.ARC file, in the current
- directory:
-
- ARCV TEST
-
- o Display the directories of all ARC files, but redirect the
- information to the file ARC.DIR:
-
- ARCV * >ARC.DIR
-
- o Print the directory of the file NUBIES.ARC in directory RTEST
- on drive A:
-
- ARCV A:\RTEST\NUBIES >LPT1:
-
-
- Notes:
- Written for the IBM PC using DOS 2.0, or later, by Vernon D. Buerg,
- all rights reserved.
-
- 456 Lakeshire Drive
- Daly City, CA 94015
- CompuServe: 70007,1212
- Data/RBBS: 415-994-2944
-